zoom image on click css

44

.parent:hover .child,
.parent:focus .child {
  transform: scale(1.2);
}
/* Point-zoom Container */.point-img-zoom img {  transform-origin: 65% 75%;  transition: transform 1s, filter .5s ease-out;}/* The Transformation */.point-img-zoom:hover img {  transform: scale(5);}

Comments

Submit
0 Comments